Html Css Color HEX #681720 Pohutukawa

📋 copy color: '#681720'

red 104 ◦ green 23 ◦ blue 32

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

Shades of Pohutukawa #681720

Tints of Pohutukawa #681720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.47%

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

R = 65.41%
G = 14.47%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#681720 (or 0x681720) is known color: Pohutukawa. HEX triplet: 68, 17 and 20. RGB value is (104,23,32). Sum of RGB (Red+Green+Blue) = 104+23+32=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #681720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681720 is #97E8DF. Grayscale: #303030. Windows color (decimal): -9955552 or 2103144. OLE color: 2103144.

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

Color convert

RGB 104 23 32 -
CMYK 0 0.78 0.69 0.59
HSL 353.33º 0.64% 0.25% -
HSV(B) 353.33º 0.78% 0.41% -
XYZ 6.28 3.66 1.74 -
YUV 48.25 118.84 167.77 -
System Red Green Blue C M Y K H S L
Decimal 104 23 32 0 0.78 0.69 0.59 353.33 0.64 0.25
Hex 68 17 20 0 4E 45 3B 161 40 19
Octal 150 27 40 0 116 105 73 541 100 31
Binary 1101000 10111 100000 0 1001110 1000101 111011 101100001 1000000 11001

Color Harmonies of #681720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681720

Black with #681720

Text Example


Text Example

White with #681720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681720; }

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

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

background-color css

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

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

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

border-color css

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

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

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