Html Css Color HEX #68161E Pohutukawa

📋 copy color: '#68161E'

red 104 ◦ green 22 ◦ blue 30

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

Shades of Pohutukawa #68161E

Tints of Pohutukawa #68161E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.23%

R = 66.67%
G = 14.1%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.59

RGB Variations

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

Color information

#68161E (or 0x68161E) is known color: Pohutukawa. HEX triplet: 68, 16 and 1E. RGB value is (104,22,30). Sum of RGB (Red+Green+Blue) = 104+22+30=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #68161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68161E is #97E9E1. Grayscale: #2F2F2F. Windows color (decimal): -9955810 or 1971816. OLE color: 1971816.

HSL color Cylindrical-coordinate representation of color #68161E: hue angle of 354.15º 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 #68161E is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 22 30 -
CMYK 0 0.79 0.71 0.59
HSL 354.15º 0.65% 0.25% -
HSV(B) 354.15º 0.79% 0.41% -
XYZ 6.23 3.61 1.6 -
YUV 47.43 118.17 168.35 -
System Red Green Blue C M Y K H S L
Decimal 104 22 30 0 0.79 0.71 0.59 354.15 0.65 0.25
Hex 68 16 1E 0 4F 47 3B 162 41 19
Octal 150 26 36 0 117 107 73 542 101 31
Binary 1101000 10110 11110 0 1001111 1000111 111011 101100010 1000001 11001

Color Harmonies of #68161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68161E

Black with #68161E

Text Example


Text Example

White with #68161E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68161E; }

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

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

background-color css

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

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

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

border-color css

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

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

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