Html Css Color HEX #680923 Pohutukawa

📋 copy color: '#680923'

red 104 ◦ green 9 ◦ blue 35

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

Shades of Pohutukawa #680923

Tints of Pohutukawa #680923

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.08%

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

R = 70.27%
G = 6.08%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#680923 (or 0x680923) is known color: Pohutukawa. HEX triplet: 68, 09 and 23. RGB value is (104,9,35). Sum of RGB (Red+Green+Blue) = 104+9+35=148 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.27% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 104 - color contains mainly: red. Hex color #680923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680923 is #97F6DC. Grayscale: #282828. Windows color (decimal): -9959133 or 2296168. OLE color: 2296168.

HSL color Cylindrical-coordinate representation of color #680923: hue angle of 343.58º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680923 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 9 35 -
CMYK 0 0.91 0.66 0.59
HSL 343.58º 0.84% 0.22% -
HSV(B) 343.58º 0.91% 0.41% -
XYZ 6.11 3.26 1.9 -
YUV 40.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 104 9 35 0 0.91 0.66 0.59 343.58 0.84 0.22
Hex 68 9 23 0 5B 42 3B 158 54 16
Octal 150 11 43 0 133 102 73 530 124 26
Binary 1101000 1001 100011 0 1011011 1000010 111011 101011000 1010100 10110

Color Harmonies of #680923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680923

Black with #680923

Text Example


Text Example

White with #680923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680923; }

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

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

background-color css

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

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

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

border-color css

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

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

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