Html Css Color HEX #600A0C Pohutukawa

📋 copy color: '#600A0C'

red 96 ◦ green 10 ◦ blue 12

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

Shades of Pohutukawa #600A0C

Tints of Pohutukawa #600A0C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.47%

 BLUE value IS 12 (5.08% from 255) = 10.17%

R = 81.36%
G = 8.47%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#600A0C (or 0x600A0C) is known color: Pohutukawa. HEX triplet: 60, 0A and 0C. RGB value is (96,10,12). Sum of RGB (Red+Green+Blue) = 96+10+12=118 (15% of max value = 765). Red value is 96 (37.89% from 255 or 81.36% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 96 - color contains mainly: red. Hex color #600A0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600A0C is #9FF5F3. Grayscale: #242424. Windows color (decimal): -10483188 or 789088. OLE color: 789088.

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

Color convert

RGB 96 10 12 -
CMYK 0 0.90 0.88 0.62
HSL 358.6º 0.81% 0.21% -
HSV(B) 358.6º 0.9% 0.38% -
XYZ 5 2.73 0.61 -
YUV 35.94 114.49 170.84 -
System Red Green Blue C M Y K H S L
Decimal 96 10 12 0 0.90 0.88 0.62 358.6 0.81 0.21
Hex 60 A C 0 5A 58 3E 167 51 15
Octal 140 12 14 0 132 130 76 547 121 25
Binary 1100000 1010 1100 0 1011010 1011000 111110 101100111 1010001 10101

Color Harmonies of #600A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600A0C

Black with #600A0C

Text Example


Text Example

White with #600A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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