Html Css Color HEX #610306 Pohutukawa

📋 copy color: '#610306'

red 97 ◦ green 3 ◦ blue 6

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

Shades of Pohutukawa #610306

Tints of Pohutukawa #610306

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.83%

 BLUE value IS 6 (2.73% from 255) = 5.66%

R = 91.51%
G = 2.83%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#610306 (or 0x610306) is known color: Pohutukawa. HEX triplet: 61, 03 and 06. RGB value is (97,3,6). Sum of RGB (Red+Green+Blue) = 97+3+6=106 (14% of max value = 765). Red value is 97 (38.28% from 255 or 91.51% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 97 - color contains mainly: red. Hex color #610306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610306 is #9EFCF9. Grayscale: #1F1F1F. Windows color (decimal): -10419450 or 394081. OLE color: 394081.

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

Color convert

RGB 97 3 6 -
CMYK 0 0.97 0.94 0.62
HSL 358.09º 0.94% 0.2% -
HSV(B) 358.09º 0.97% 0.38% -
XYZ 5 2.62 0.41 -
YUV 31.45 113.64 174.76 -
System Red Green Blue C M Y K H S L
Decimal 97 3 6 0 0.97 0.94 0.62 358.09 0.94 0.2
Hex 61 3 6 0 61 5E 3E 166 5E 14
Octal 141 3 6 0 141 136 76 546 136 24
Binary 1100001 11 110 0 1100001 1011110 111110 101100110 1011110 10100

Color Harmonies of #610306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610306

Black with #610306

Text Example


Text Example

White with #610306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610306; }

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

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

background-color css

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

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

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

border-color css

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

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

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