Html Css Color HEX #680D23 Pohutukawa

📋 copy color: '#680D23'

red 104 ◦ green 13 ◦ blue 35

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

Shades of Pohutukawa #680D23

Tints of Pohutukawa #680D23

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.55%

 BLUE value IS 35 (14.06% from 255) = 23.03%

R = 68.42%
G = 8.55%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#680D23 (or 0x680D23) is known color: Pohutukawa. HEX triplet: 68, 0D and 23. RGB value is (104,13,35). Sum of RGB (Red+Green+Blue) = 104+13+35=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #680D23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680D23 is #97F2DC. Grayscale: #2A2A2A. Windows color (decimal): -9958109 or 2297192. OLE color: 2297192.

HSL color Cylindrical-coordinate representation of color #680D23: hue angle of 345.49º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680D23 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 13 35 -
CMYK 0 0.88 0.66 0.59
HSL 345.49º 0.78% 0.23% -
HSV(B) 345.49º 0.88% 0.41% -
XYZ 6.16 3.35 1.91 -
YUV 42.72 123.65 171.71 -
System Red Green Blue C M Y K H S L
Decimal 104 13 35 0 0.88 0.66 0.59 345.49 0.78 0.23
Hex 68 D 23 0 58 42 3B 159 4E 17
Octal 150 15 43 0 130 102 73 531 116 27
Binary 1101000 1101 100011 0 1011000 1000010 111011 101011001 1001110 10111

Color Harmonies of #680D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680D23

Black with #680D23

Text Example


Text Example

White with #680D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680D23; }

 p { color: rgb(104,13,35); }

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

background-color css

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

 a { background-color: rgb(104,13,35); }

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

border-color css

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

 span { border-color: rgb(104,13,35); }

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