Html Css Color HEX #680506 Pohutukawa

📋 copy color: '#680506'

red 104 ◦ green 5 ◦ blue 6

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

Shades of Pohutukawa #680506

Tints of Pohutukawa #680506

RGB

 RED value IS 104 (41.02% from 255) = 90.43%

 GREEN value IS 5 (2.34% from 255) = 4.35%

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

R = 90.43%
G = 4.35%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#680506 (or 0x680506) is known color: Pohutukawa. HEX triplet: 68, 05 and 06. RGB value is (104,5,6). Sum of RGB (Red+Green+Blue) = 104+5+6=115 (15% of max value = 765). Red value is 104 (41.02% from 255 or 90.43% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 104 - color contains mainly: red. Hex color #680506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680506 is #97FAF9. Grayscale: #222222. Windows color (decimal): -9960186 or 394600. OLE color: 394600.

HSL color Cylindrical-coordinate representation of color #680506: hue angle of 359.39º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680506 is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 5 6 -
CMYK 0 0.95 0.94 0.59
HSL 359.39º 0.91% 0.21% -
HSV(B) 359.39º 0.95% 0.41% -
XYZ 5.8 3.06 0.46 -
YUV 34.72 111.8 177.42 -
System Red Green Blue C M Y K H S L
Decimal 104 5 6 0 0.95 0.94 0.59 359.39 0.91 0.21
Hex 68 5 6 0 5F 5E 3B 167 5B 15
Octal 150 5 6 0 137 136 73 547 133 25
Binary 1101000 101 110 0 1011111 1011110 111011 101100111 1011011 10101

Color Harmonies of #680506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680506

Black with #680506

Text Example


Text Example

White with #680506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680506; }

 p { color: rgb(104,5,6); }

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

background-color css

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

 a { background-color: rgb(104,5,6); }

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

border-color css

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

 span { border-color: rgb(104,5,6); }

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