Html Css Color HEX #681D24 Pohutukawa

📋 copy color: '#681D24'

red 104 ◦ green 29 ◦ blue 36

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

Shades of Pohutukawa #681D24

Tints of Pohutukawa #681D24

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.16%

 BLUE value IS 36 (14.45% from 255) = 21.3%

R = 61.54%
G = 17.16%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#681D24 (or 0x681D24) is known color: Pohutukawa. HEX triplet: 68, 1D and 24. RGB value is (104,29,36). Sum of RGB (Red+Green+Blue) = 104+29+36=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #681D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681D24 is #97E2DB. Grayscale: #343434. Windows color (decimal): -9954012 or 2366824. OLE color: 2366824.

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

Color convert

RGB 104 29 36 -
CMYK 0 0.72 0.65 0.59
HSL 354.4º 0.56% 0.26% -
HSV(B) 354.4º 0.72% 0.41% -
XYZ 6.47 3.95 2.09 -
YUV 52.22 118.85 164.93 -
System Red Green Blue C M Y K H S L
Decimal 104 29 36 0 0.72 0.65 0.59 354.4 0.56 0.26
Hex 68 1D 24 0 48 41 3B 162 38 1A
Octal 150 35 44 0 110 101 73 542 70 32
Binary 1101000 11101 100100 0 1001000 1000001 111011 101100010 111000 11010

Color Harmonies of #681D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681D24

Black with #681D24

Text Example


Text Example

White with #681D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,29,36); }

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

background-color css

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

 a { background-color: rgb(104,29,36); }

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

border-color css

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

 span { border-color: rgb(104,29,36); }

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