Html Css Color HEX #680507 Pohutukawa

📋 copy color: '#680507'

red 104 ◦ green 5 ◦ blue 7

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

Shades of Pohutukawa #680507

Tints of Pohutukawa #680507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.03%

R = 89.66%
G = 4.31%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#680507 (or 0x680507) is known color: Pohutukawa. HEX triplet: 68, 05 and 07. RGB value is (104,5,7). Sum of RGB (Red+Green+Blue) = 104+5+7=116 (15% of max value = 765). Red value is 104 (41.02% from 255 or 89.66% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 104 - color contains mainly: red. Hex color #680507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680507 is #97FAF8. Grayscale: #222222. Windows color (decimal): -9960185 or 460136. OLE color: 460136.

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

Color convert

RGB 104 5 7 -
CMYK 0 0.95 0.93 0.59
HSL 358.79º 0.91% 0.21% -
HSV(B) 358.79º 0.95% 0.41% -
XYZ 5.8 3.07 0.49 -
YUV 34.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 104 5 7 0 0.95 0.93 0.59 358.79 0.91 0.21
Hex 68 5 7 0 5F 5D 3B 167 5B 15
Octal 150 5 7 0 137 135 73 547 133 25
Binary 1101000 101 111 0 1011111 1011101 111011 101100111 1011011 10101

Color Harmonies of #680507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680507

Black with #680507

Text Example


Text Example

White with #680507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680507; }

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

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

background-color css

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

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

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

border-color css

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

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

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