Html Css Color HEX #680508 Pohutukawa

📋 copy color: '#680508'

red 104 ◦ green 5 ◦ blue 8

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

Shades of Pohutukawa #680508

Tints of Pohutukawa #680508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.84%

R = 88.89%
G = 4.27%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#680508 (or 0x680508) is known color: Pohutukawa. HEX triplet: 68, 05 and 08. RGB value is (104,5,8). Sum of RGB (Red+Green+Blue) = 104+5+8=117 (15% of max value = 765). Red value is 104 (41.02% from 255 or 88.89% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 104 - color contains mainly: red. Hex color #680508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680508 is #97FAF7. Grayscale: #232323. Windows color (decimal): -9960184 or 525672. OLE color: 525672.

HSL color Cylindrical-coordinate representation of color #680508: hue angle of 358.18º 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 #680508 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 5 8 -
CMYK 0 0.95 0.92 0.59
HSL 358.18º 0.91% 0.21% -
HSV(B) 358.18º 0.95% 0.41% -
XYZ 5.81 3.07 0.52 -
YUV 34.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 104 5 8 0 0.95 0.92 0.59 358.18 0.91 0.21
Hex 68 5 8 0 5F 5C 3B 166 5B 15
Octal 150 5 10 0 137 134 73 546 133 25
Binary 1101000 101 1000 0 1011111 1011100 111011 101100110 1011011 10101

Color Harmonies of #680508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680508

Black with #680508

Text Example


Text Example

White with #680508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680508; }

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

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

background-color css

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

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

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

border-color css

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

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

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