Html Css Color HEX #C68323 Geebung

📋 copy color: '#C68323'

red 198 ◦ green 131 ◦ blue 35

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

Shades of Geebung #C68323

Tints of Geebung #C68323

RGB

 RED value IS 198 (77.73% from 255) = 54.4%

 GREEN value IS 131 (51.56% from 255) = 35.99%

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

R = 54.4%
G = 35.99%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C68323 (or 0xC68323) is known color: Geebung. HEX triplet: C6, 83 and 23. RGB value is (198,131,35). Sum of RGB (Red+Green+Blue) = 198+131+35=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 35 (14.06% from 255 or 9.62% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C68323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68323 is #397CDC. Grayscale: #8C8C8C. Windows color (decimal): -3767517 or 2327494. OLE color: 2327494.

HSL color Cylindrical-coordinate representation of color #C68323: hue angle of 35.34º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C68323 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 131 35 -
CMYK 0 0.34 0.82 0.22
HSL 35.34º 0.7% 0.46% -
HSV(B) 35.34º 0.82% 0.78% -
XYZ 31.71 28.36 5.39 -
YUV 140.09 68.7 169.31 -
System Red Green Blue C M Y K H S L
Decimal 198 131 35 0 0.34 0.82 0.22 35.34 0.7 0.46
Hex C6 83 23 0 22 52 16 23 46 2E
Octal 306 203 43 0 42 122 26 43 106 56
Binary 11000110 10000011 100011 0 100010 1010010 10110 100011 1000110 101110

Color Harmonies of #C68323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68323

Black with #C68323

Text Example


Text Example

White with #C68323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68323; }

 p { color: rgb(198,131,35); }

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

background-color css

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

 a { background-color: rgb(198,131,35); }

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

border-color css

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

 span { border-color: rgb(198,131,35); }

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