Html Css Color HEX #610E12 Pohutukawa

📋 copy color: '#610E12'

red 97 ◦ green 14 ◦ blue 18

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

Shades of Pohutukawa #610E12

Tints of Pohutukawa #610E12

RGB

 RED value IS 97 (38.28% from 255) = 75.19%

 GREEN value IS 14 (5.86% from 255) = 10.85%

 BLUE value IS 18 (7.42% from 255) = 13.95%

R = 75.19%
G = 10.85%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#610E12 (or 0x610E12) is known color: Pohutukawa. HEX triplet: 61, 0E and 12. RGB value is (97,14,18). Sum of RGB (Red+Green+Blue) = 97+14+18=129 (17% of max value = 765). Red value is 97 (38.28% from 255 or 75.19% from 129); Green value is 14 (5.86% from 255 or 10.85% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 97 - color contains mainly: red. Hex color #610E12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610E12 is #9EF1ED. Grayscale: #272727. Windows color (decimal): -10416622 or 1183329. OLE color: 1183329.

HSL color Cylindrical-coordinate representation of color #610E12: hue angle of 357.11º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #610E12 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 14 18 -
CMYK 0 0.86 0.81 0.62
HSL 357.11º 0.75% 0.22% -
HSV(B) 357.11º 0.86% 0.38% -
XYZ 5.2 2.9 0.86 -
YUV 39.27 116 169.17 -
System Red Green Blue C M Y K H S L
Decimal 97 14 18 0 0.86 0.81 0.62 357.11 0.75 0.22
Hex 61 E 12 0 56 51 3E 165 4B 16
Octal 141 16 22 0 126 121 76 545 113 26
Binary 1100001 1110 10010 0 1010110 1010001 111110 101100101 1001011 10110

Color Harmonies of #610E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610E12

Black with #610E12

Text Example


Text Example

White with #610E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610E12; }

 p { color: rgb(97,14,18); }

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

background-color css

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

 a { background-color: rgb(97,14,18); }

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

border-color css

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

 span { border-color: rgb(97,14,18); }

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