Html Css Color HEX #610617 Pohutukawa

📋 copy color: '#610617'

red 97 ◦ green 6 ◦ blue 23

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

Shades of Pohutukawa #610617

Tints of Pohutukawa #610617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.25%

R = 76.98%
G = 4.76%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#610617 (or 0x610617) is known color: Pohutukawa. HEX triplet: 61, 06 and 17. RGB value is (97,6,23). Sum of RGB (Red+Green+Blue) = 97+6+23=126 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.98% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 97 - color contains mainly: red. Hex color #610617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610617 is #9EF9E8. Grayscale: #232323. Windows color (decimal): -10418665 or 1508961. OLE color: 1508961.

HSL color Cylindrical-coordinate representation of color #610617: hue angle of 348.79º 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 #610617 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 6 23 -
CMYK 0 0.94 0.76 0.62
HSL 348.79º 0.88% 0.2% -
HSV(B) 348.79º 0.94% 0.38% -
XYZ 5.15 2.73 1.07 -
YUV 35.15 121.15 172.12 -
System Red Green Blue C M Y K H S L
Decimal 97 6 23 0 0.94 0.76 0.62 348.79 0.88 0.2
Hex 61 6 17 0 5E 4C 3E 15D 58 14
Octal 141 6 27 0 136 114 76 535 130 24
Binary 1100001 110 10111 0 1011110 1001100 111110 101011101 1011000 10100

Color Harmonies of #610617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610617

Black with #610617

Text Example


Text Example

White with #610617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610617; }

 p { color: rgb(97,6,23); }

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

background-color css

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

 a { background-color: rgb(97,6,23); }

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

border-color css

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

 span { border-color: rgb(97,6,23); }

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