Html Css Color HEX #6C1921 Pohutukawa

📋 copy color: '#6C1921'

red 108 ◦ green 25 ◦ blue 33

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

Shades of Pohutukawa #6C1921

Tints of Pohutukawa #6C1921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.06%

 BLUE value IS 33 (13.28% from 255) = 19.88%

R = 65.06%
G = 15.06%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#6C1921 (or 0x6C1921) is known color: Pohutukawa. HEX triplet: 6C, 19 and 21. RGB value is (108,25,33). Sum of RGB (Red+Green+Blue) = 108+25+33=166 (21% of max value = 765). Red value is 108 (42.58% from 255 or 65.06% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1921 is #93E6DE. Grayscale: #323232. Windows color (decimal): -9692895 or 2169196. OLE color: 2169196.

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

Color convert

RGB 108 25 33 -
CMYK 0 0.77 0.69 0.58
HSL 354.22º 0.62% 0.26% -
HSV(B) 354.22º 0.77% 0.42% -
XYZ 6.81 3.99 1.85 -
YUV 50.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 108 25 33 0 0.77 0.69 0.58 354.22 0.62 0.26
Hex 6C 19 21 0 4D 45 3A 162 3E 1A
Octal 154 31 41 0 115 105 72 542 76 32
Binary 1101100 11001 100001 0 1001101 1000101 111010 101100010 111110 11010

Color Harmonies of #6C1921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1921

Black with #6C1921

Text Example


Text Example

White with #6C1921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,25,33); }

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

background-color css

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

 a { background-color: rgb(108,25,33); }

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

border-color css

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

 span { border-color: rgb(108,25,33); }

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