Html Css Color HEX #680822 Pohutukawa

📋 copy color: '#680822'

red 104 ◦ green 8 ◦ blue 34

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

Shades of Pohutukawa #680822

Tints of Pohutukawa #680822

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.48%

 BLUE value IS 34 (13.67% from 255) = 23.29%

R = 71.23%
G = 5.48%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#680822 (or 0x680822) is known color: Pohutukawa. HEX triplet: 68, 08 and 22. RGB value is (104,8,34). Sum of RGB (Red+Green+Blue) = 104+8+34=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #680822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680822 is #97F7DD. Grayscale: #272727. Windows color (decimal): -9959390 or 2230376. OLE color: 2230376.

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

Color convert

RGB 104 8 34 -
CMYK 0 0.92 0.67 0.59
HSL 343.75º 0.86% 0.22% -
HSV(B) 343.75º 0.92% 0.41% -
XYZ 6.08 3.23 1.82 -
YUV 39.67 124.8 173.89 -
System Red Green Blue C M Y K H S L
Decimal 104 8 34 0 0.92 0.67 0.59 343.75 0.86 0.22
Hex 68 8 22 0 5C 43 3B 158 56 16
Octal 150 10 42 0 134 103 73 530 126 26
Binary 1101000 1000 100010 0 1011100 1000011 111011 101011000 1010110 10110

Color Harmonies of #680822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680822

Black with #680822

Text Example


Text Example

White with #680822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680822; }

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

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

background-color css

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

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

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

border-color css

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

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

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