Html Css Color HEX #680914 Pohutukawa

📋 copy color: '#680914'

red 104 ◦ green 9 ◦ blue 20

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

Shades of Pohutukawa #680914

Tints of Pohutukawa #680914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.77%

 BLUE value IS 20 (8.2% from 255) = 15.04%

R = 78.2%
G = 6.77%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#680914 (or 0x680914) is known color: Pohutukawa. HEX triplet: 68, 09 and 14. RGB value is (104,9,20). Sum of RGB (Red+Green+Blue) = 104+9+20=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #680914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680914 is #97F6EB. Grayscale: #262626. Windows color (decimal): -9959148 or 1313128. OLE color: 1313128.

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

Color convert

RGB 104 9 20 -
CMYK 0 0.91 0.81 0.59
HSL 353.05º 0.84% 0.22% -
HSV(B) 353.05º 0.91% 0.41% -
XYZ 5.93 3.19 0.96 -
YUV 38.66 117.47 174.61 -
System Red Green Blue C M Y K H S L
Decimal 104 9 20 0 0.91 0.81 0.59 353.05 0.84 0.22
Hex 68 9 14 0 5B 51 3B 161 54 16
Octal 150 11 24 0 133 121 73 541 124 26
Binary 1101000 1001 10100 0 1011011 1010001 111011 101100001 1010100 10110

Color Harmonies of #680914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680914

Black with #680914

Text Example


Text Example

White with #680914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680914; }

 p { color: rgb(104,9,20); }

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

background-color css

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

 a { background-color: rgb(104,9,20); }

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

border-color css

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

 span { border-color: rgb(104,9,20); }

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