Html Css Color HEX #600C22 Pohutukawa

📋 copy color: '#600C22'

red 96 ◦ green 12 ◦ blue 34

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

Shades of Pohutukawa #600C22

Tints of Pohutukawa #600C22

RGB

 RED value IS 96 (37.89% from 255) = 67.61%

 GREEN value IS 12 (5.08% from 255) = 8.45%

 BLUE value IS 34 (13.67% from 255) = 23.94%

R = 67.61%
G = 8.45%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#600C22 (or 0x600C22) is known color: Pohutukawa. HEX triplet: 60, 0C and 22. RGB value is (96,12,34). Sum of RGB (Red+Green+Blue) = 96+12+34=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 12 (5.08% from 255 or 8.45% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #600C22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600C22 is #9FF3DD. Grayscale: #272727. Windows color (decimal): -10482654 or 2231392. OLE color: 2231392.

HSL color Cylindrical-coordinate representation of color #600C22: hue angle of 344.29º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #600C22 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 12 34 -
CMYK 0 0.88 0.65 0.62
HSL 344.29º 0.78% 0.21% -
HSV(B) 344.29º 0.88% 0.38% -
XYZ 5.24 2.87 1.79 -
YUV 39.62 124.83 168.21 -
System Red Green Blue C M Y K H S L
Decimal 96 12 34 0 0.88 0.65 0.62 344.29 0.78 0.21
Hex 60 C 22 0 58 41 3E 158 4E 15
Octal 140 14 42 0 130 101 76 530 116 25
Binary 1100000 1100 100010 0 1011000 1000001 111110 101011000 1001110 10101

Color Harmonies of #600C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600C22

Black with #600C22

Text Example


Text Example

White with #600C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600C22; }

 p { color: rgb(96,12,34); }

 H1.HeaderClassName
 {
   color: #600C22;
 }
 .AnyTagClassName
 {
   color: #600C22;
 }
</style>

background-color css

<style>
 a { background-color: #600C22; }

 a { background-color: rgb(96,12,34); }

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

border-color css

<style>
 span { border-color: #600C22; }

 span { border-color: rgb(96,12,34); }

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