Html Css Color HEX #681E22 Pohutukawa

📋 copy color: '#681E22'

red 104 ◦ green 30 ◦ blue 34

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

Shades of Pohutukawa #681E22

Tints of Pohutukawa #681E22

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.86%

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

R = 61.9%
G = 17.86%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#681E22 (or 0x681E22) is known color: Pohutukawa. HEX triplet: 68, 1E and 22. RGB value is (104,30,34). Sum of RGB (Red+Green+Blue) = 104+30+34=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #681E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681E22 is #97E1DD. Grayscale: #343434. Windows color (decimal): -9953758 or 2236008. OLE color: 2236008.

HSL color Cylindrical-coordinate representation of color #681E22: hue angle of 356.76º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #681E22 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 30 34 -
CMYK 0 0.71 0.67 0.59
HSL 356.76º 0.55% 0.26% -
HSV(B) 356.76º 0.71% 0.41% -
XYZ 6.46 3.99 1.94 -
YUV 52.58 117.52 164.67 -
System Red Green Blue C M Y K H S L
Decimal 104 30 34 0 0.71 0.67 0.59 356.76 0.55 0.26
Hex 68 1E 22 0 47 43 3B 165 37 1A
Octal 150 36 42 0 107 103 73 545 67 32
Binary 1101000 11110 100010 0 1000111 1000011 111011 101100101 110111 11010

Color Harmonies of #681E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681E22

Black with #681E22

Text Example


Text Example

White with #681E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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