Html Css Color HEX #600610 Pohutukawa

📋 copy color: '#600610'

red 96 ◦ green 6 ◦ blue 16

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

Shades of Pohutukawa #600610

Tints of Pohutukawa #600610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.08%

 BLUE value IS 16 (6.64% from 255) = 13.56%

R = 81.36%
G = 5.08%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#600610 (or 0x600610) is known color: Pohutukawa. HEX triplet: 60, 06 and 10. RGB value is (96,6,16). Sum of RGB (Red+Green+Blue) = 96+6+16=118 (15% of max value = 765). Red value is 96 (37.89% from 255 or 81.36% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 96 - color contains mainly: red. Hex color #600610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600610 is #9FF9EF. Grayscale: #222222. Windows color (decimal): -10484208 or 1050208. OLE color: 1050208.

HSL color Cylindrical-coordinate representation of color #600610: hue angle of 353.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600610 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 6 16 -
CMYK 0 0.94 0.83 0.62
HSL 353.33º 0.88% 0.2% -
HSV(B) 353.33º 0.94% 0.38% -
XYZ 4.98 2.65 0.74 -
YUV 34.05 117.82 172.19 -
System Red Green Blue C M Y K H S L
Decimal 96 6 16 0 0.94 0.83 0.62 353.33 0.88 0.2
Hex 60 6 10 0 5E 53 3E 161 58 14
Octal 140 6 20 0 136 123 76 541 130 24
Binary 1100000 110 10000 0 1011110 1010011 111110 101100001 1011000 10100

Color Harmonies of #600610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600610

Black with #600610

Text Example


Text Example

White with #600610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600610; }

 p { color: rgb(96,6,16); }

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

background-color css

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

 a { background-color: rgb(96,6,16); }

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

border-color css

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

 span { border-color: rgb(96,6,16); }

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