Html Css Color HEX #6C1823 Pohutukawa

📋 copy color: '#6C1823'

red 108 ◦ green 24 ◦ blue 35

#6C1823
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #6C1823

Tints of Pohutukawa #6C1823

RGB

 RED value IS 108 (42.58% from 255) = 64.67%

 GREEN value IS 24 (9.77% from 255) = 14.37%

 BLUE value IS 35 (14.06% from 255) = 20.96%

R = 64.67%
G = 14.37%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.58

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6C1823 (or 0x6C1823) is known color: Pohutukawa. HEX triplet: 6C, 18 and 23. RGB value is (108,24,35). Sum of RGB (Red+Green+Blue) = 108+24+35=167 (22% of max value = 765). Red value is 108 (42.58% from 255 or 64.67% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1823 is #93E7DC. Grayscale: #323232. Windows color (decimal): -9693149 or 2300012. OLE color: 2300012.

HSL color Cylindrical-coordinate representation of color #6C1823: hue angle of 352.14º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C1823 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 24 35 -
CMYK 0 0.78 0.68 0.58
HSL 352.14º 0.64% 0.26% -
HSV(B) 352.14º 0.78% 0.42% -
XYZ 6.81 3.96 2 -
YUV 50.37 119.33 169.11 -
System Red Green Blue C M Y K H S L
Decimal 108 24 35 0 0.78 0.68 0.58 352.14 0.64 0.26
Hex 6C 18 23 0 4E 44 3A 160 40 1A
Octal 154 30 43 0 116 104 72 540 100 32
Binary 1101100 11000 100011 0 1001110 1000100 111010 101100000 1000000 11010

Color Harmonies of #6C1823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1823

Black with #6C1823

Text Example


Text Example

White with #6C1823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C1823; }

 p { color: rgb(108,24,35); }

 H1.HeaderClassName
 {
   color: #6C1823;
 }
 .AnyTagClassName
 {
   color: #6C1823;
 }
</style>

background-color css

<style>
 a { background-color: #6C1823; }

 a { background-color: rgb(108,24,35); }

 div.DivClassName
 {
   background-color: #6C1823;
 }
 .BgClassName
 {
   background-color: #6C1823;
 }
</style>

border-color css

<style>
 span { border-color: #6C1823; }

 span { border-color: rgb(108,24,35); }

 td.TdClassName
 {
   border-color: #6C1823;
 }
 .TagClassName
 {
   border-color: #6C1823;
 }
</style>