Html Css Color HEX #681620 Pohutukawa

📋 copy color: '#681620'

red 104 ◦ green 22 ◦ blue 32

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

Shades of Pohutukawa #681620

Tints of Pohutukawa #681620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.92%

 BLUE value IS 32 (12.89% from 255) = 20.25%

R = 65.82%
G = 13.92%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#681620 (or 0x681620) is known color: Pohutukawa. HEX triplet: 68, 16 and 20. RGB value is (104,22,32). Sum of RGB (Red+Green+Blue) = 104+22+32=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #681620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681620 is #97E9DF. Grayscale: #2F2F2F. Windows color (decimal): -9955808 or 2102888. OLE color: 2102888.

HSL color Cylindrical-coordinate representation of color #681620: hue angle of 352.68º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #681620 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 22 32 -
CMYK 0 0.79 0.69 0.59
HSL 352.68º 0.65% 0.25% -
HSV(B) 352.68º 0.79% 0.41% -
XYZ 6.26 3.62 1.74 -
YUV 47.66 119.17 168.19 -
System Red Green Blue C M Y K H S L
Decimal 104 22 32 0 0.79 0.69 0.59 352.68 0.65 0.25
Hex 68 16 20 0 4F 45 3B 161 41 19
Octal 150 26 40 0 117 105 73 541 101 31
Binary 1101000 10110 100000 0 1001111 1000101 111011 101100001 1000001 11001

Color Harmonies of #681620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681620

Black with #681620

Text Example


Text Example

White with #681620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681620; }

 p { color: rgb(104,22,32); }

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

background-color css

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

 a { background-color: rgb(104,22,32); }

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

border-color css

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

 span { border-color: rgb(104,22,32); }

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